How to: Determine where the TEMP directory is located.
Solution:
Open the MS-DOS prompt, and change to the root directory. Type SET and press ENTER, to display the TEMP directory path.
1) Click the 'Start' button to display the Windows Start menu.
2) Select 'Programs' and select 'MS-DOS Prompt'. (MS-DOS opens with the prompt at the C:\Windows directory.)
Select 'Programs'
3) Type CD\, and press ENTER to change to the root directory.
4) Type SET and press ENTER. (A list of variables appears.)
Variables set in Autoexec.bat
5) Look at the line beginning 'TEMP=' to determine the location of the TEMP directory.